Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add XX mappings of Serology #310

Merged

Conversation

pbashyal-nmdp
Copy link
Contributor

Consolidate serology tables and add Serology to XX mappings.

New serology_mapping schema:

sqlite> .schema serology_mapping
CREATE TABLE serology_mapping (
                            serology TEXT PRIMARY KEY,
                            allele_list TEXT,
                            lgx_allele_list TEXT,
                            xx TEXT NOT NULL
);

Consolidate serology tables and add Serology to XX mappings.
@pbashyal-nmdp pbashyal-nmdp added the enhancement New feature or request label Feb 26, 2024
@pbashyal-nmdp pbashyal-nmdp self-assigned this Feb 26, 2024
@mmaiers-nmdp mmaiers-nmdp merged commit 2fbe8fa into nmdp-bioinformatics:master Mar 4, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants